home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / arjuna / readme.sim < prev    next >
Text File  |  1994-10-07  |  1KB  |  25 lines

  1. This  complete  release  of  the  software   incorporates all previous
  2. patches.  It also fixes some bugs which have been detected.
  3.  
  4. There is a new scheduler  list implementation provided in this release
  5. (the  HashedList), and its performance can  be evaluated by looking at
  6. the graph in the  postscript file Tests/Queues/results.ps. An  updated
  7. version of the Calendar is also in this release.
  8.  
  9. All of the thread classes now have a print routine which displays some
  10. useful information.  Two  more  thread classes are available,  one for
  11. Solaris  threads, and the other  for Posix threads.  However, although
  12. support for  them is included  here in  the configuration scripts, the
  13. actual code is not: at present this will  be released on a per request
  14. basis.  If a lot of people   request them then  they  will appear in a
  15. later patch.
  16.  
  17. There's  a new  reset  routine   provided  for restarting   simulation
  18. runs. An example of its use can be found in Examples/Restart. Although
  19. support for  this will continue,   other  mechanisms will probably  be
  20. released later.  Each Process can now define a reset function which is
  21. automatically  called    when  a reset occurs;   what     this does is
  22. implementation specific.
  23.  
  24. The SimSet routines have had a Linkage class added.
  25.